diff options
Diffstat (limited to 'wm/afterstep/patches/patch-ac')
-rw-r--r-- | wm/afterstep/patches/patch-ac | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/wm/afterstep/patches/patch-ac b/wm/afterstep/patches/patch-ac deleted file mode 100644 index f5d8487c3bf..00000000000 --- a/wm/afterstep/patches/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ac,v 1.4 2007/03/07 04:41:57 rillig Exp $ - ---- Makefile.in.orig 2005-07-13 16:58:20.000000000 +0200 -+++ Makefile.in 2007-03-07 05:24:32.000000000 +0100 -@@ -40,10 +40,10 @@ subdirs = libAfterBase libAfterImage li - # src/Sound @SCRIPT_DIR@ - - all: AfterStep.desktop.final -- @for I in ${subdirs}; do if [ -d $$I ]; then (cd $$I; ${MAKE} $@ || exit 1); fi; done -+ @for I in ${subdirs}; do if [ -d $$I ]; then (cd $$I && ${MAKE} $@) || exit 1; fi; done - - libs: AfterStep.desktop.final -- @for I in ${libdirs} ; do if [ -d $$I ]; then (cd $$I; ${MAKE} $@ || exit 1); fi; done -+ @for I in ${libdirs} ; do if [ -d $$I ]; then (cd $$I && ${MAKE} $@) || exit 1; fi; done - - AfterStep.desktop.final: - @$(CP) AfterStep.desktop AfterStep.desktop.final; \ |