freebsd-ports/editors/xemacs-devel-mule/files/patch-am
Kiriyama Kazuhiko e55f556eac Update 21.5-b13 to 21.5-b15 and relevant corrections as follows:
* remove patch for module build section of Makefile according to
  change $^ to macro itself.
2003-09-10 06:26:40 +00:00

8 lines
279 B
Text

--- modules/common/Makefile.common~ Mon Sep 1 10:40:23 2003
+++ modules/common/Makefile.common Tue Sep 9 15:33:12 2003
@@ -86,4 +86,4 @@
extraclean: distclean
install: $(OBJECT_TO_BUILD)
- $(INSTALL_PROGRAM) $< $(INSTALLPATH)
+ $(INSTALL_PROGRAM) ${.ALLSRC} $(INSTALLPATH)