freebsd-ports/x11-toolkits/wxgtk26/files/patch-contrib-utils-Makefile.in
Max Khon 40852f28b2 New ports:
wxWidgets 2.5.2 (development branch) + contributed libraries and utils.
2004-06-27 21:17:17 +00:00

12 lines
352 B
Text

--- contrib/utils/Makefile.in.orig Mon Jun 28 03:47:07 2004
+++ contrib/utils/Makefile.in Mon Jun 28 03:47:23 2004
@@ -5,6 +5,9 @@
all:
@for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE)); done
+install:
+ @for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE) install); done
+
clean:
@for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE) clean); done