aboutsummaryrefslogtreecommitdiffstats
path: root/print/pdflib4/files/patch-af
blob: bf6cda2d47da3fc1bb20179362361bb962a9a66a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- bind/cpp/Makefile.in.orig	Tue Jun 29 00:34:15 1999
+++ bind/cpp/Makefile.in	Sat Jul 17 12:22:41 1999
@@ -24,13 +24,13 @@
 exec_prefix = @exec_prefix@
 
 PDFLIB = @PDFLIB@
-CXXFLAGS = -c -g @DEFS@ @CCSHARED@ -I../../pdflib
+CXXFLAGS = -c @DEFS@ -I../../pdflib
 LDFLAGS = -L../../pdflib
 
 .SUFFIXES: .cpp
 
 .cpp.o:
-	$(CXX) $(CXXFLAGS) $(DEFINES) $<
+	$(CXX) $(CFLAGS) $(CXXFLAGS) $(DEFINES) $<
 
 # ----------------------------------