Subversion Repositories prayer

Compare Revisions

Ignore whitespace Rev 85 → Rev 86

/trunk/debian/patches/clean_completely.patch
1,7 → 1,7
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -74,7 +74,7 @@ mymutex.o: mymutex.c mymutex_sem.c mymu
$(CC) $(CFLAGS) $(MUTEX_DEF) -c $<
@@ -71,7 +71,7 @@ mymutex.o: mymutex.c mymutex_sem.c mymu
$(CC) $(MYCFLAGS) $(MUTEX_DEF) -c $<
clean:
- rm -f lib.o $(OBJS) $(WITHSSL_OBJS) $(NOSSL_OBJS) *~ \#*\#
9,25 → 9,3
install: all
cp template_expand template_compile ../bin
--- a/templates/xhtml_strict/Makefile
+++ b/templates/xhtml_strict/Makefile
@@ -108,7 +108,7 @@ install:
cp *.vars $(BROOT)$(PREFIX)/templates/$(TYPE)
clean:
- rm -f *.html *.o *.c \#*\# *~
+ rm -f *.html *.o *.c \#*\# *~ $(TARGET)
include Makefile.deps
--- a/templates/xhtml_transitional/Makefile
+++ b/templates/xhtml_transitional/Makefile
@@ -108,7 +108,7 @@ install:
cp *.vars $(BROOT)$(PREFIX)/templates/$(TYPE)
clean:
- rm -f *.html *.o *.c \#*\# *~
+ rm -f *.html *.o *.c \#*\# *~ $(TARGET)
include Makefile.deps