]> git.sur5r.net Git - kconfig-frontends/blobdiff - frontends/mconf/Makefile.am
Makefiles: fix variable expansions
[kconfig-frontends] / frontends / mconf / Makefile.am
index 4da73b7a07012b9938033381c498341c8e6c7e27..e2a30d231ce8aa01752f0b4218ec4faaaf1e854b 100644 (file)
@@ -2,10 +2,10 @@ bin_PROGRAMS = mconf
 
 mconf_SOURCES = mconf.c
 mconf_CPPFLAGS = $(AM_CPPFLAGS)                 \
-                 -DCURSES_LOC='"${CURSES_LOC}"' \
+                 -DCURSES_LOC='"$(CURSES_LOC)"' \
                  $(GETTEXT)                     \
                  -I../../libs                   \
                  -I../../libs/parser
 mconf_LDADD = ../../libs/parser/libkconfigparser.la \
               ../../libs/lxdialog/liblxdialog.a     \
-              ${ncurses_LIBS}
+              $(ncurses_LIBS)