remove the modifying of ttmkfdir-3.0.9/Makefile, recover the old Makefile

This commit is contained in:
Lingning Zhang 2006-06-19 10:29:00 +00:00
parent 5f94df7a52
commit 56700c6727

View File

@ -1,16 +1,3 @@
--- ttmkfdir-3.0.9/Makefile.Origin 2006-06-15 17:58:26.000000000 +0800
+++ ttmkfdir-3.0.9/Makefile 2006-06-15 17:58:57.000000000 +0800
@@ -27,8 +27,8 @@
OPTFLAGS=
DEBUG=-ggdb
CXX=g++
-CXXFLAGS=-Wall -pedantic $(FREETYPE_INCL) $(DEBUG) $(OPTFLAGS)
-LDFLAGS=$(FREETYPE_LIB) $(DEBUG) -lz
+CXXFLAGS=-Wall -pedantic $(FREETYPE_INCL) $(OPTFLAGS)
+LDFLAGS=$(FREETYPE_LIB) -lz
DESTDIR=
PREFIX=/usr
--- ttmkfdir-3.0.9/ttmkfdir.cpp.Origin 2006-06-15 17:58:43.000000000 +0800 --- ttmkfdir-3.0.9/ttmkfdir.cpp.Origin 2006-06-15 17:58:43.000000000 +0800
+++ ttmkfdir-3.0.9/ttmkfdir.cpp 2006-06-15 17:59:07.000000000 +0800 +++ ttmkfdir-3.0.9/ttmkfdir.cpp 2006-06-15 17:59:07.000000000 +0800
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@