mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 04:40:44 +00:00
* EOAdaptors/PostgreSQLAdaptor/LoginPanel/Makefile.postamble: Remove
symlink creation/removal. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@23528 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5591a4e998
commit
9a603bc981
2 changed files with 5 additions and 5 deletions
|
@ -8,6 +8,9 @@
|
|||
* EOAdaptors/Postgres95/*.h/m: Rename files from Postgres95 to
|
||||
PostgreSQL.
|
||||
|
||||
* EOAdaptors/PostgreSQLAdaptor/LoginPanel/Makefile.postamble: Remove
|
||||
symlink creation/removal.
|
||||
|
||||
2006-09-14 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
* GNUmakefile.in: Remove reference to config.make
|
||||
|
|
|
@ -40,7 +40,7 @@ before-all::
|
|||
@echo Skipping login panel compilation. GNUstep gui not installed.
|
||||
endif
|
||||
endif
|
||||
before-all:: PostgreSQLEOAdaptor
|
||||
#before-all::
|
||||
|
||||
# Things to do after compiling
|
||||
# after-all::
|
||||
|
@ -66,8 +66,7 @@ before-all:: PostgreSQLEOAdaptor
|
|||
# before-clean::
|
||||
|
||||
# Things to do after cleaning
|
||||
after-clean::
|
||||
rm -f PostgreSQLEOAdaptor
|
||||
#after-clean::
|
||||
|
||||
# Things to do before distcleaning
|
||||
# before-distclean::
|
||||
|
@ -82,5 +81,3 @@ after-distclean::
|
|||
# Things to do after checking
|
||||
# after-check::
|
||||
|
||||
PostgreSQLEOAdaptor:
|
||||
${LN_S} ../PostgreSQLEOAdaptor.framework/Headers PostgreSQLEOAdaptor
|
||||
|
|
Loading…
Reference in a new issue