27 lines
842 B
Plaintext
27 lines
842 B
Plaintext
$NetBSD: patch-ac,v 1.6 2014/09/13 11:10:58 shattered Exp $
|
|
|
|
--- nufxlib-220/Makefile.in.orig Mon May 22 20:15:37 2000
|
|
+++ nufxlib-220/Makefile.in
|
|
@@ -88,10 +88,10 @@
|
|
# The build date is approximate, the build flags are accurate so long
|
|
# as they were changed by touching the makefile.
|
|
Version.c: Version.c.in Makefile
|
|
- (sed -e "s/BUILT/`date`/" -e "s/OPTFLAGS/$(OPT)/" < Version.c.in > Version.c)
|
|
+ (sed -e "s|BUILT|`date`|" -e "s|OPTFLAGS|$(OPT)|" < Version.c.in > Version.c)
|
|
|
|
clean:
|
|
- (cd samples; make clean)
|
|
+ (cd samples; ${MAKE} clean)
|
|
-rm -f *.o core
|
|
-rm -f $(SHARED_PRODUCT) $(STATIC_PRODUCT)
|
|
|
|
@@ -101,7 +101,7 @@
|
|
@#ctags *.[ch]
|
|
|
|
distclean: clean
|
|
- (cd samples; make distclean)
|
|
+ (cd samples; ${MAKE} distclean)
|
|
-rm -f Version.c
|
|
-rm -f Makefile Makefile.bak
|
|
-rm -f config.log config.cache config.status config.h
|