mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-01 17:52:07 +00:00
Fixed typo in last change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24507 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
67a6d44da6
commit
c55b378eb2
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ install: generated-files
|
||||||
$(INSTALL_PROGRAM) -m 755 fixpath.sh $(makedir); \
|
$(INSTALL_PROGRAM) -m 755 fixpath.sh $(makedir); \
|
||||||
$(INSTALL_PROGRAM) -m 755 openapp $(tooldir); \
|
$(INSTALL_PROGRAM) -m 755 openapp $(tooldir); \
|
||||||
$(INSTALL_PROGRAM) -m 755 opentool $(tooldir); \
|
$(INSTALL_PROGRAM) -m 755 opentool $(tooldir); \
|
||||||
$(INSTALL_PROGRAM) -m 755 gnustep-config.sh $(tooldir))
|
$(INSTALL_PROGRAM) -m 755 gnustep-config $(tooldir))
|
||||||
$(EC)(echo "Installing makefiles"; \
|
$(EC)(echo "Installing makefiles"; \
|
||||||
for f in $(MAKE_FILES); do \
|
for f in $(MAKE_FILES); do \
|
||||||
$(INSTALL_DATA) $(srcdir)/$$f $(makedir); \
|
$(INSTALL_DATA) $(srcdir)/$$f $(makedir); \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue