diff options
Diffstat (limited to 'src/share/Makefile.in')
-rw-r--r-- | src/share/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/share/Makefile.in b/src/share/Makefile.in index b250a679..6939be5b 100644 --- a/src/share/Makefile.in +++ b/src/share/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2007, Gabriel Dos Reis. +# Copyright (C) 2007-2008, Gabriel Dos Reis. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -53,4 +53,4 @@ clean-local: mostlyclean-local distclean-local: clean-local $(axiom_target_libdir)/command.list: $(srcdir)/algebra/command.list - $(INSTALL_DATA) $< $@ + cp -p $< $@ |