mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-31 01:10:56 +00:00
Do not (un)install obsolete MediaBook.* files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12165 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2549dd3fb9
commit
5c91e5f0e9
1 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@ MAKE_FILES = aggregate.make application.make bundle.make service.make \
|
|||
tool.make ctool.make test-library.make \
|
||||
objc.make test-application.make test-tool.make subproject.make \
|
||||
palette.make gswapp.make gswbundle.make clibrary.make \
|
||||
documentation.make MediaBook.func \
|
||||
documentation.make \
|
||||
java-executable.template java-tool.make framework.make \
|
||||
source-distribution.make rpm.make \
|
||||
spec-rules.template spec-debug-rules.template \
|
||||
|
@ -136,7 +136,7 @@ install: all
|
|||
$(GNUSTEP_NETWORK_ROOT)
|
||||
$(INSTALL_PROGRAM) -m 755 which_lib$(EXEEXT) $(makedir)/$(GNUSTEP_TARGET_DIR)
|
||||
for f in config.guess config.sub install-sh mkinstalldirs \
|
||||
MediaBook.sh clean_cpu.sh clean_os.sh \
|
||||
clean_cpu.sh clean_os.sh \
|
||||
clean_vendor.sh cpu.sh \
|
||||
ld_lib_path.sh os.sh transform_paths.sh vendor.sh \
|
||||
ld_lib_path.csh cygpath.sh ; do \
|
||||
|
@ -158,7 +158,7 @@ install: all
|
|||
uninstall:
|
||||
rm -f $(makedir)/$(GNUSTEP_TARGET_DIR)/which_lib$(EXEEXT)
|
||||
for f in config.guess config.sub install-sh mkinstalldirs \
|
||||
MediaBook.sh clean_cpu.sh clean_os.sh \
|
||||
clean_cpu.sh clean_os.sh \
|
||||
clean_vendor.sh cpu.sh ld_lib_path.sh os.sh \
|
||||
transform_paths.sh vendor.sh \
|
||||
ld_lib_path.csh cygpath.sh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue