* Makefile.in (stamp-sdefault): Fix path for Makefile.

From-SVN: r51510
This commit is contained in:
Andreas Jaeger 2002-03-28 14:00:02 +01:00 committed by Andreas Jaeger
parent f5eb5fd0d6
commit 915e8bada3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-03-28 Andreas Jaeger <aj@suse.de>
* Makefile.in (stamp-sdefault): Fix path for Makefile.
2002-03-28 Neil Booth <neil@daikokuya.demon.co.uk>
* misc.c (gnat_expand_expr): Move prototype.

View File

@ -2150,7 +2150,7 @@ ADA_RTL_OBJ_DIR = $(libsubdir)/adalib
# these -- there are no default locations.
sdefault.adb: stamp-sdefault ; @true
stamp-sdefault : $(srcdir)/../version.c $(srcdir)/../move-if-change \
Makefile
../Makefile
$(ECHO) "pragma Style_Checks (Off);" >tmp-sdefault.adb
$(ECHO) "package body Sdefault is" >>tmp-sdefault.adb
$(ECHO) " S1 : aliased constant String := \"$(ADA_INCLUDE_DIR)/\";" >>tmp-sdefault.adb