1
0
Fork 0
mirror of git://git.psyced.org/git/psyclpc synced 2024-08-15 03:20:16 +00:00
psyclpc/src/autoconf/Makefile

9 lines
157 B
Makefile
Raw Normal View History

2009-03-03 03:27:01 +00:00
../configure: configure.in configure.head Makefile
autoreconf
2009-03-03 03:27:01 +00:00
rm -f $@
cat configure.head configure >>$@
chmod +x $@
@rm configure
mv machine.h.in ..
2009-03-03 03:27:01 +00:00