diff options
Diffstat (limited to 'security/tripwire12/files/patch-aux_Makefile')
-rw-r--r-- | security/tripwire12/files/patch-aux_Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/security/tripwire12/files/patch-aux_Makefile b/security/tripwire12/files/patch-aux_Makefile deleted file mode 100644 index 40f6a69614e4..000000000000 --- a/security/tripwire12/files/patch-aux_Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- aux/Makefile.orig 2008-09-12 17:24:07.293242000 +0000 -+++ aux/Makefile 2008-09-12 17:25:08.192241000 +0000 -@@ -13,7 +13,8 @@ - @echo "### Ignore warnings about shift count negative/too large on line 36" - @echo "###" - $(CC) $(CFLAGS) $(LDFLAGS) byteorder.c -o byteorder -- (./byteorder; cat ./ntohl.h) > $(BORDER) -+ (./byteorder; cat ./ntohl.h) > /dev/null -+ @touch $(BORDER) - - $(INODE): types.sh types.c types - $(SHELL) ./types.sh "$(CPP)" > $(INODE) |