Skip to content

Commit

Permalink
Rename rule because FreeBSD's make chokes on it
Browse files Browse the repository at this point in the history
Rename the rule .FORCE-datadir.h to FORCE-datadir.h
  • Loading branch information
David Lutterkort committed Jul 18, 2008
1 parent d3b6bc8 commit 13f62a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Expand Up @@ -42,8 +42,8 @@ liblexer_la_CFLAGS = $(AM_CFLAGS) -Wno-error
# the value of DATADIR
internal.h: datadir.h

.FORCE-datadir.h: Makefile
FORCE-datadir.h: Makefile
echo '#define DATADIR "$(abspath $(datadir))"' > datadir.h1
$(top_srcdir)/build/aux/move-if-change datadir.h1 datadir.h

datadir.h: .FORCE-datadir.h
datadir.h: FORCE-datadir.h

0 comments on commit 13f62a5

Please sign in to comment.