GNU header update.
[cacao.git] / src / cacao / Makefile.am
index 4aca594ae87321557d0083337cda835799b05686..5a5053d6acd4c2871ffbfe9a7b941f2491f82518 100644 (file)
@@ -3,7 +3,7 @@
 ## Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates,
 ## R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner,
 ## C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger,
-## TU Wien
+## Institut f. Computersprachen - TU Wien
 ##
 ## This file is part of CACAO.
 ##
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 1705 2004-12-06 15:26:02Z twisti $
+## $Id: Makefile.am 1735 2004-12-07 14:33:27Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -93,7 +93,7 @@ cacao_DEPENDENCIES = $(cacao_LDADD)
 
 install-exec-hook:
        $(mkinstalldirs) $(DESTDIR)$(prefix)/bin
-       $(LN_S) $(DESTDIR)$(bindir)/cacao $(DESTDIR)$(prefix)/bin
+       $(LN_S) -f $(DESTDIR)$(bindir)/cacao $(DESTDIR)$(prefix)/bin
 
 
 ## Local variables: