mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
Fixed typo in my last commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13048 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
face05f9f7
commit
c407d15451
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ MAIN_MODEL_FILE = $(strip $(subst .gmodel,,$(subst .gorm,,$(subst .nib,,$($(GNUS
|
|||
$(PALETTE_DIR_NAME)/Resources/palette.table: $(PALETTE_DIR_NAME)/Resources
|
||||
@(echo ' NOTE = "Automatically generated, do not edit!";'; \
|
||||
echo " NibFile = \"$(MAIN_MODEL_FILE)\";"; \
|
||||
fi; \
|
||||
echo " Class = \"$(PRINCIPAL_CLASS)\";"; \
|
||||
echo " Icon = \"$(PALETTE_ICON)\";"; \
|
||||
if [ -r "$(GNUSTEP_INSTANCE)palette.table" ]; then \
|
||||
|
|
Loading…
Reference in a new issue