diff options
Diffstat (limited to 'www/libwww/files/patch-aa')
-rw-r--r-- | www/libwww/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/libwww/files/patch-aa b/www/libwww/files/patch-aa new file mode 100644 index 0000000..4d08df7 --- /dev/null +++ b/www/libwww/files/patch-aa @@ -0,0 +1,20 @@ +*** All/Implementation/Makefile.orig Sun Feb 18 20:08:39 1996 +--- All/Implementation/Makefile Sun Feb 18 20:09:58 1996 +*************** +*** 47,53 **** + LNXMAKE = $(WWW)/Tools/bin/lnxmake + + # Default target -- remove things you don't want +! all : $(LIBRARY) $(LINEMODE) $(MINISERV) $(COMLINE) $(ROBOT) # $(PICS) $(DAEMON) + @echo BUILD complete! + + library : $(LIBRARY) +--- 47,54 ---- + LNXMAKE = $(WWW)/Tools/bin/lnxmake + + # Default target -- remove things you don't want +! #all : $(LIBRARY) $(LINEMODE) $(MINISERV) $(COMLINE) $(ROBOT) # $(PICS) $(DAEMON) +! all : $(LIBRARY) + @echo BUILD complete! + + library : $(LIBRARY) |