Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16798/src
Modified Files: Tag: devel_0_38 Makefile.am Log Message: fix for the build systemx
Index: Makefile.am =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/Makefile.am,v retrieving revision 1.1.4.1 retrieving revision 1.1.4.2 diff -C2 -d -r1.1.4.1 -r1.1.4.2 *** Makefile.am 5 Nov 2004 13:24:50 -0000 1.1.4.1 --- Makefile.am 6 Nov 2004 13:58:13 -0000 1.1.4.2 *************** *** 106,111 **** t_tk.h
bin/pd.tk: echo set pd_nt @OSNUMBER@ > bin/pd.tk ! grep -v "set pd_nt" < u_main.tk >> bin/pd.tk \ No newline at end of file --- 106,115 ---- t_tk.h
+ all-local: bin/pd.tk
bin/pd.tk: echo set pd_nt @OSNUMBER@ > bin/pd.tk ! grep -v "set pd_nt" < u_main.tk >> bin/pd.tk ! ! install-exec-local: ! install -m644 ./bin/pd.tk $(libdir)/pd/bin/pd.tk