diff options
Diffstat (limited to 'graphics/libaux/files/patch-Imakefile')
-rw-r--r-- | graphics/libaux/files/patch-Imakefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/graphics/libaux/files/patch-Imakefile b/graphics/libaux/files/patch-Imakefile deleted file mode 100644 index 9a8a72c697f2..000000000000 --- a/graphics/libaux/files/patch-Imakefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Imakefile 2001/03/14 10:33:44 1.1 -+++ Imakefile 2001/03/14 10:34:01 -@@ -42,3 +42,7 @@ - DependTarget() - CleanTarget() - -+.c.o: -+ $(RM) $@ -+ $(CC) -c $(CFLAGS) $(_NOOP_) $*.c -o $@ -+ |