aboutsummaryrefslogblamecommitdiff
path: root/net/libunpipc/files/patch-aa
blob: e69a3263797c4374b39ca2e60603150886bf0809 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)