Skip to content

Commit

Permalink
BUILD: Use CLEANFILES for gitstamp instead of a custom clean rule
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Oct 16, 2016
1 parent 9a86d72 commit 2bd4778
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gitstamp/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ gitstamp:
@[ -f $@ ] || touch $@
@echo $($@_REVDESC) | cmp -s $@ - || ( echo " GEN $@ ($($@_REVDESC))" ; echo $($@_REVDESC) > $@ )

clean-local:
rm -f gitstamp
CLEANFILES = gitstamp

noinst_LTLIBRARIES = libgitstamp.la

Expand Down

0 comments on commit 2bd4778

Please sign in to comment.