]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/gen/Makefile.in
ncurses 5.8 - patch 20110307
[ncurses.git] / Ada95 / gen / Makefile.in
index a97715c0fe0e5712e65d7ed13afbc9177d877acd..7292d27d510b01146ef2da874519201c8b1a5bcd 100644 (file)
@@ -1,5 +1,5 @@
 ##############################################################################
-# Copyright (c) 1998-2009,2010 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2010,2011 Free Software Foundation, Inc.                #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
@@ -28,7 +28,7 @@
 #
 #  Author:  Juergen Pfeifer, 1996
 #
-#  $Id: Makefile.in,v 1.69 2010/11/27 21:45:27 tom Exp $
+#  $Id: Makefile.in,v 1.71 2011/01/22 19:47:09 tom Exp $
 #
 .SUFFIXES:
 
@@ -408,7 +408,8 @@ adahtml:
        @find $(HTML_DIR) -type f -exec rm -f {} \;
        @mkdir -p $(HTML_DIR)
        cp -p ../src/*.ad[sb] . && chmod +w *.ad[sb]
-       ln -sf ../src/*.ali .
+@USE_OLD_MAKERULES@    ln -sf ../src/*.ali .
+@USE_GNAT_PROJECTS@    ln -sf ../static-ali/*.ali .    
        @echo "Filtering generated files"
        @for f in $(GEN_SRC); do \
           h=`basename $$f` ;\