From 9068ce459dd3460fa38f20c013ada8d10c8fc655 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Thu, 18 Feb 2010 15:44:35 +0300 Subject: [PATCH] Fix breakege in gmxlib after version.h and copyright.c update --- src/gmxlib/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gmxlib/Makefile.am b/src/gmxlib/Makefile.am index bd24c85..ffe825d 100644 --- a/src/gmxlib/Makefile.am +++ b/src/gmxlib/Makefile.am @@ -78,7 +78,7 @@ libgmx@LIBSUFFIX@_la_SOURCES = \ CLEANFILES = *.la *~ \\\#* innerc.c innerf.f mkinl version.h #version.h contains git version or version defined in VERSION -copyrite.o: version.h +copyrite.c: version.h #The empty target FORCE forces make to run the commands every time. But #version.h is only changed if the version actually has changed, and hence #rebuilds are only triggered when they are needed. -- 1.7.0