mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixed bug in my last commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10369 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
afa6fa41ee
commit
9d77e7175b
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ $(PALETTE_FILE) : $(C_OBJ_FILES) $(OBJC_OBJ_FILES) $(SUBPROJECT_OBJ_FILES)
|
|||
|
||||
palette-resource-files:: $(PALETTE_DIR_NAME)/Resources/Info-gnustep.plist \
|
||||
$(PALETTE_DIR_NAME)/Resources/palette.table
|
||||
ifneq $(strip $(RESOURCE_FILES)
|
||||
ifneq ($(strip $(RESOURCE_FILES)),)
|
||||
echo "Copying resources into the palette wrapper..."; \
|
||||
for f in "$(RESOURCE_FILES)"; do \
|
||||
cp -r $$f $(PALETTE_DIR_NAME)/Resources; \
|
||||
|
|
Loading…
Reference in a new issue