1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

create .cvsignore only once :-)

This commit is contained in:
Stig Bakken
1999-04-21 21:13:40 +00:00
parent 3a3e18728c
commit f9d169c812
-7
View File
@@ -67,13 +67,6 @@ cat >config.h.stub<<eof
/* #undef HAVE_LIB$EXTNAME */
eof
echo -n " .cvsignore"
cat >.cvsignore<<eof
.deps
Makefile.in
Makefile
eof
chmod 644 *
echo " [done]."