[PD-cvs] pd/src makefile.in,1.4.4.2.2.18,1.4.4.2.2.19

Mathieu Bouchard matju at users.sourceforge.net
Mon Nov 27 17:09:35 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16802

Modified Files:
      Tag: devel_0_39
	makefile.in 
Log Message:
very bad typo


Index: makefile.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/makefile.in,v
retrieving revision 1.4.4.2.2.18
retrieving revision 1.4.4.2.2.19
diff -C2 -d -r1.4.4.2.2.18 -r1.4.4.2.2.19
*** makefile.in	27 Nov 2006 14:38:39 -0000	1.4.4.2.2.18
--- makefile.in	27 Nov 2006 16:09:33 -0000	1.4.4.2.2.19
***************
*** 48,51 ****
--- 48,54 ----
  	$(CC) -Wall -Wno-parentheses -Wno-switch -Wno-unused -Wstrict-prototypes $(CFLAGS) $(GFLAGS) $(INCLUDE) -c -o $*.o $*.c
  
+ pd: $(OBJ) config.log
+ 	$(CXX) $(LDFLAGS) $(DBG_CFLAGS) -o pd $(OBJ)
+ 
  pd-watchdog: s_watchdog.c
  	$(CC) -O2 $(STRIPFLAG) -o pd-watchdog s_watchdog.c





More information about the Pd-cvs mailing list