summaryrefslogtreecommitdiff
path: root/net/libunpipc/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/libunpipc/files/patch-aa')
-rw-r--r--net/libunpipc/files/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/libunpipc/files/patch-aa b/net/libunpipc/files/patch-aa
new file mode 100644
index 000000000000..e69a3263797c
--- /dev/null
+++ b/net/libunpipc/files/patch-aa
@@ -0,0 +1,18 @@
+--- 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)