diff options
Diffstat (limited to 'emulators/o2em/files/patch-Makefile.debug')
-rw-r--r-- | emulators/o2em/files/patch-Makefile.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/o2em/files/patch-Makefile.debug b/emulators/o2em/files/patch-Makefile.debug index 807fcf029e9e..4c3467d71822 100644 --- a/emulators/o2em/files/patch-Makefile.debug +++ b/emulators/o2em/files/patch-Makefile.debug @@ -2,7 +2,7 @@ diff -urN ../o2em117src.old/Makefile.debug ./Makefile.debug --- ../o2em117src.old/Makefile.debug Wed Dec 31 18:00:00 1969 +++ ./Makefile.debug Fri Jun 24 16:05:27 2005 @@ -0,0 +1,64 @@ -+CC = gcc ++ + +CFLAGS = -g -Wall -I${PREFIX}/include -DFREEBSD -DPREFIX=\"${PREFIX}\" +LFLAGS = |