aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lwlib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index 2ad8cb7bb2c..756a285d673 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -10,6 +10,7 @@ CC=@CC@
10CFLAGS=@CFLAGS@ 10CFLAGS=@CFLAGS@
11CPP=@CPP@ 11CPP=@CPP@
12LN_S=@LN_S@ 12LN_S=@LN_S@
13RANLIB=@RANLIB@
13# See below--@X_TOOLKIT_TYPE@ is used below. 14# See below--@X_TOOLKIT_TYPE@ is used below.
14USE_X_TOOLKIT=@X_TOOLKIT_TYPE@ 15USE_X_TOOLKIT=@X_TOOLKIT_TYPE@
15 16
@@ -18,7 +19,6 @@ USE_X_TOOLKIT=@X_TOOLKIT_TYPE@
18 AR = ar cq 19 AR = ar cq
19 20
20 LN = ln -s 21 LN = ln -s
21 RANLIB = ranlib
22 RM = rm -f 22 RM = rm -f
23 23
24 LUCID_OBJS = lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o 24 LUCID_OBJS = lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o