diff scripts/Makefile.in @ 4098:8496ae60db8a

[project @ 2002-10-10 05:20:20 by jwe]
author jwe
date Thu, 10 Oct 2002 05:20:21 +0000
parents 5a82e874999b
children c8f6dd25219d
line wrap: on
line diff
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -26,7 +26,7 @@
 ALL_M_FILES := $(patsubst $(srcdir)/%, %, $(ALL_M_FILES1))
 
 DISTFILES = Makefile.in ChangeLog $(SOURCES) configure.in \
-	configure mkinstalldirs move-if-change mkdoc gethelp.cc \
+	configure mkinstalldirs mkdoc gethelp.cc \
 	skip-autoheader DOCSTRINGS
 
 SUBDIRS = audio control deprecated elfun finance general image io \
@@ -48,11 +48,11 @@
 	$(MAKE) -C $@ all
 .PHONY: $(SUBDIRS)
 
-DOCSTRINGS: gethelp mkdoc $(ALL_M_FILES)
+DOCSTRINGS: gethelp$(BUILD_EXEEXT) mkdoc $(ALL_M_FILES)
 	$(srcdir)/mkdoc $(srcdir) > $@.t
 	mv $@.t $@
 
-gethelp: gethelp.cc
+gethelp$(BUILD_EXEEXT): gethelp.cc
 	$(BUILD_CXX) -o $@ $^
 
 install install-strip uninstall clean mostlyclean distclean maintainer-clean::
@@ -77,7 +77,7 @@
 	etags $(SOURCES)
 
 clean::
-	rm -f gethelp
+	rm -f gethelp$(BUILD_EXEEXT)
 
 distclean::
 	rm -f Makefile config.log config.status