mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 02:01:04 +00:00
Indented a couple of lines and added a FIXME comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24704 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ce32fb934e
commit
7ca8862912
1 changed files with 3 additions and 2 deletions
|
@ -57,11 +57,11 @@ after-all:: Info-gnustep.plist
|
|||
after-install::
|
||||
for file in $(APPKIT_HEADERS); do \
|
||||
$(INSTALL_DATA) ../Headers/AppKit/$$file \
|
||||
$(GNUSTEP_HEADERS)/AppKit/$$file ; \
|
||||
$(GNUSTEP_HEADERS)/AppKit/$$file ; \
|
||||
done; \
|
||||
for file in $(COCOA_HEADERS); do \
|
||||
$(INSTALL_DATA) ../Headers/Cocoa/$$file \
|
||||
$(GNUSTEP_HEADERS)/Cocoa/$$file ; \
|
||||
$(GNUSTEP_HEADERS)/Cocoa/$$file ; \
|
||||
done
|
||||
|
||||
#
|
||||
|
@ -81,6 +81,7 @@ after-uninstall::
|
|||
# before-clean::
|
||||
|
||||
# Things to do after cleaning
|
||||
# FIXME - this file is in subversion!
|
||||
after-clean::
|
||||
rm -f libgnustep-gui.def
|
||||
|
||||
|
|
Loading…
Reference in a new issue