aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index a55fd6ed058..c7d438695dd 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -678,9 +678,8 @@ temacs${EXEEXT}: $(LOCALCPP) $(START_FILES) stamp-oldxmenu ${obj} ${otherobj} pr
678 -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs \ 678 -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs \
679 ${obj} ${otherobj} ${LIBES} 679 ${obj} ${otherobj} ${LIBES}
680#else 680#else
681 $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \ 681 $(LD) YMF_PASS_LDFLAGS ( ${TEMACS_LDFLAGS} ) $(LDFLAGS) \
682 -o temacs ${START_FILES} ${obj} ${otherobj} \ 682 -o temacs ${START_FILES} ${obj} ${otherobj} ${LIBES}
683 ${LIBES}
684#endif 683#endif
685 684
686prefix-args${EXEEXT}: prefix-args.o $(config_h) 685prefix-args${EXEEXT}: prefix-args.o $(config_h)