diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-05-27 07:41:05 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-05-27 07:41:05 +0000 |
commit | 672202b76cc19e0432fcea397505473170e5cbde (patch) | |
tree | 951f195323372db5e3f922b98617e8b21daaadd2 /app-misc/fixdos | |
parent | The exim builds were incorrectly linking against mysql stuff when mta-ldap wa... (diff) | |
download | historical-672202b76cc19e0432fcea397505473170e5cbde.tar.gz historical-672202b76cc19e0432fcea397505473170e5cbde.tar.bz2 historical-672202b76cc19e0432fcea397505473170e5cbde.zip |
Patch file... Forgot to commit
Diffstat (limited to 'app-misc/fixdos')
-rw-r--r-- | app-misc/fixdos/files/fixdos-1.3.1-gentoo-makefile.diff | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-misc/fixdos/files/fixdos-1.3.1-gentoo-makefile.diff b/app-misc/fixdos/files/fixdos-1.3.1-gentoo-makefile.diff new file mode 100644 index 000000000000..8a2e33d6e7a2 --- /dev/null +++ b/app-misc/fixdos/files/fixdos-1.3.1-gentoo-makefile.diff @@ -0,0 +1,16 @@ +--- Makefile Mon Sep 10 15:01:47 2001 ++++ Makefile Tue May 21 10:58:28 2002 +@@ -23,10 +23,10 @@ + all: $(TARGETS) + @echo Done making all binaries + +-crlf: crlf.o +-time_t: time_t.o ++#crlf: crlf.o ++#time_t: time_t.o + strerr: strerr.o +-tolower: tolower.o ++#tolower: tolower.o + + clean: + -rm -f core *.o *.a >& /dev/null |