summaryrefslogtreecommitdiff
path: root/security/libtomcrypt/files/patch-demos-test-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libtomcrypt/files/patch-demos-test-makefile')
-rw-r--r--security/libtomcrypt/files/patch-demos-test-makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/libtomcrypt/files/patch-demos-test-makefile b/security/libtomcrypt/files/patch-demos-test-makefile
deleted file mode 100644
index a2585b74d9c3..000000000000
--- a/security/libtomcrypt/files/patch-demos-test-makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- demos/test/makefile.orig Mon Jan 10 16:35:45 2005
-+++ demos/test/makefile Mon Jan 10 16:35:58 2005
-@@ -19,7 +19,7 @@
- #CCMALLOC = -lccmalloc -ldl
-
- test: $(OBJECTS)
-- $(CC) $(CFLAGS) $(OBJECTS) /usr/lib/libtomcrypt.a $(CCMALLOC) -o test
-+ $(CC) $(CFLAGS) $(OBJECTS) $(PREFIX)/lib/libtomcrypt.a $(CCMALLOC) -o test
-
- clean:
- rm -rf test *.o *.obj *.exe *~ .libs