* Makefile.in: Add *.exe to clean operation.
This commit is contained in:
parent
b2a2fdbaa7
commit
159db33b11
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Jun 21 13:18:23 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in: Add *.exe to clean operation.
|
||||||
|
|
||||||
Wed Jun 21 01:02:38 2000 Christopher Faylor <cgf@cygnus.com>
|
Wed Jun 21 01:02:38 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* mkvers.sh: Fix sed usage for older seds.
|
* mkvers.sh: Fix sed usage for older seds.
|
||||||
|
|
|
@ -167,7 +167,7 @@ install: all $(install_host) $(install_target)
|
||||||
install_host:
|
install_host:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -f *.o *.dll *.a *.exp junk *.base version.cc regexp/*.o winver_stamp
|
-rm -f *.o *.dll *.a *.exp junk *.base version.cc regexp/*.o winver_stamp *.exe
|
||||||
|
|
||||||
maintainer-clean realclean: clean
|
maintainer-clean realclean: clean
|
||||||
@echo "This command is intended for maintainers to use;"
|
@echo "This command is intended for maintainers to use;"
|
||||||
|
|
Loading…
Reference in New Issue