Index: head/cad/basicdsp/files/patch-Makefile =================================================================== --- head/cad/basicdsp/files/patch-Makefile (revision 222482) +++ head/cad/basicdsp/files/patch-Makefile (revision 222483) @@ -1,21 +1,21 @@ ---- Makefile.orig 2008-11-05 11:38:45.000000000 -0500 -+++ Makefile 2008-11-05 11:51:30.000000000 -0500 +--- Makefile.orig 2008-11-06 19:34:34.000000000 +0000 ++++ Makefile 2008-11-07 03:24:20.000000000 +0000 @@ -1,5 +1,5 @@ -CXXFLAGS = -O9 -g -Wall `wx-config --cxxflags` -g -Wall -pg -LDFLAGS = `wx-config --libs` -lm -g -pg -+CXXFLAGS += -g -Wall `%%WX_CONFIG%% --cxxflags` -g -Wall -pg -+LDFLAGS = `%%WX_CONFIG%% --libs` -lm -g -pg ++CXXFLAGS += -g -Wall `%%WX_CONFIG%% --cxxflags` -g -Wall ++LDFLAGS = `%%WX_CONFIG%% --libs` -lm -g OBJS = aboutdialog.o book.o core.o displayslider.o graphframe.o gui.o linux.o vu_meter.o spectrumplot.o fft4g.o wav_streamer.o @@ -7,8 +7,8 @@ gui.o: help.h gui.cpp -help.h: help_variables.html help_functions.html - ./mkhelp > help.h +#help.h: help_variables.html help_functions.html +# ./mkhelp > help.h basicdsp: help.h $(OBJS) g++ $(LDFLAGS) $(OBJS) -o basicdsp Property changes on: head/cad/basicdsp/files/patch-Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property