mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Updated for added/removed files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8633 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3529d1ec29
commit
81618fe78e
1 changed files with 4 additions and 3 deletions
|
@ -75,7 +75,9 @@ MAKE_FILES = aggregate.make application.make bundle.make service.make \
|
|||
objc.make test-application.make test-tool.make subproject.make \
|
||||
palette.make gswapp.make gswbundle.make woapp.make wobundle.make \
|
||||
documentation.make MediaBook.func executable.template framework.make \
|
||||
file-list.make rpm.make template.spec.in
|
||||
source-distribution.make rpm.make \
|
||||
spec-rules.template spec-debug-rules.template \
|
||||
spec-debug-alone-rules.template
|
||||
|
||||
all: generated-files which_lib$(EXEEXT)
|
||||
|
||||
|
@ -109,8 +111,7 @@ install: all
|
|||
$(INSTALL_PROGRAM) -m 755 which_lib$(EXEEXT) $(makedir)/$(GNUSTEP_TARGET_DIR)
|
||||
for f in config.guess config.sub install-sh mkinstalldirs \
|
||||
GNUstep.sh MediaBook.sh clean_cpu.sh clean_os.sh \
|
||||
clean_vendor.sh cpu.sh install-complete-dir.sh \
|
||||
log_install.sh log_install_ln_s.sh log_install_dir.sh \
|
||||
clean_vendor.sh cpu.sh \
|
||||
ld_lib_path.sh os.sh transform_paths.sh vendor.sh \
|
||||
rootinstall.sh rootuninstall.sh GNUstep.csh \
|
||||
ld_lib_path.csh ; do \
|
||||
|
|
Loading…
Reference in a new issue