mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
Do not set the unused PERL variable; do not remove unused which_lib.plk
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12301 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f5cdc0fac1
commit
2ada643260
1 changed files with 0 additions and 2 deletions
|
@ -70,7 +70,6 @@ librarydir = $(GNUSTEP_SYSTEM_ROOT)/Libraries
|
|||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
PERL = @PERL@
|
||||
|
||||
VERTAG = `echo $(GNUSTEP_MAKE_VERSION) | tr '.' '_'`
|
||||
|
||||
|
@ -194,7 +193,6 @@ distclean: clean
|
|||
rm -f config.cache config.log config.status
|
||||
rm -f openapp
|
||||
rm -f debugapp
|
||||
rm -f which_lib.pl
|
||||
rm -f opentool
|
||||
rm -f executable.template
|
||||
rm -f GNUmakefile
|
||||
|
|
Loading…
Reference in a new issue