[Kde-cygwin-cvs] CVS: kde-1.1.2/kdesupport/admin Makefile.common,1.4,1.5
Status: Inactive
Brought to you by:
habacker
From: Ralf H. <hab...@us...> - 2001-06-13 12:00:02
|
Update of /cvsroot/kde-cygwin/kde-1.1.2/kdesupport/admin In directory usw-pr-cvs1:/tmp/cvs-serv19836 Modified Files: Makefile.common Log Message: changed automoc into am_edit Index: Makefile.common =================================================================== RCS file: /cvsroot/kde-cygwin/kde-1.1.2/kdesupport/admin/Makefile.common,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Makefile.common 2001/06/11 10:13:06 1.4 --- Makefile.common 2001/06/13 11:59:57 1.5 *************** *** 15,20 **** @echo "*** Building Makefile templates (step one)" @automake ! @echo "*** Scanning for moc files" ! @perl admin/automoc @echo "*** Building Makefile templates (step two)" @autoconf --- 15,20 ---- @echo "*** Building Makefile templates (step one)" @automake ! @echo "*** Scanning for moc files and KDE tags" ! @perl admin/am_edit @echo "*** Building Makefile templates (step two)" @autoconf *************** *** 34,38 **** autoheader; \ automake --foreign --include-deps; \ ! perl admin/automoc; \ autoconf; \ if grep "ac_kw foo" configure >/dev/null; then cat configure | sed "s/ac_kw foo/ac_kw int foo/" > configure.tmp; mv configure.tmp configure ; fi \ --- 34,38 ---- autoheader; \ automake --foreign --include-deps; \ ! perl admin/am_edit; \ autoconf; \ if grep "ac_kw foo" configure >/dev/null; then cat configure | sed "s/ac_kw foo/ac_kw int foo/" > configure.tmp; mv configure.tmp configure ; fi \ |