diff options
Diffstat (limited to 'net/libunpipc/files/patch-aa')
-rw-r--r-- | net/libunpipc/files/patch-aa | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/libunpipc/files/patch-aa b/net/libunpipc/files/patch-aa deleted file mode 100644 index e69a3263797c..000000000000 --- a/net/libunpipc/files/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.in.orig Fri Apr 11 18:42:26 1997 -+++ Makefile.in Thu Sep 30 10:24:12 1999 -@@ -1,8 +1,13 @@ - include ./Make.defines - -+SUBDIRS = lib -+ - all: -- @echo "Nothing to make in this directory" -- @echo "Please read the README file" -+ PWD=`pwd`; \ -+ for dir in $(SUBDIRS) ; \ -+ do \ -+ cd $$PWD/$$dir && $(MAKE) && cd .. ;\ -+ done - - clean: - rm -f $(CLEANFILES) |