Skip to content

Commit

Permalink
Prevent hfsutils from rebuilding configure script
Browse files Browse the repository at this point in the history
  • Loading branch information
autc04 committed Apr 22, 2017
1 parent a919b6f commit 5cfae0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions hfsutils/Makefile.in
Expand Up @@ -206,11 +206,11 @@ Makefile: config.status
config.status: .stamp/configure .stamp/config.h.in Makefile.in
./config.status --recheck

.stamp/configure: configure.in
autoconf && touch .stamp/configure
#.stamp/configure: configure.in
# autoconf && touch .stamp/configure

.stamp/config.h.in: configure.in acconfig.h
autoheader && touch .stamp/config.h.in
#.stamp/config.h.in: configure.in acconfig.h
# autoheader && touch .stamp/config.h.in

###############################################################################

Expand Down
8 changes: 4 additions & 4 deletions hfsutils/libhfs/Makefile.in
Expand Up @@ -104,11 +104,11 @@ Makefile: config.status
config.status: .stamp/configure .stamp/config.h.in Makefile.in
./config.status --recheck

.stamp/configure: configure.in
autoconf && touch .stamp/configure
#.stamp/configure: configure.in
# autoconf && touch .stamp/configure

.stamp/config.h.in: configure.in acconfig.h
autoheader && touch .stamp/config.h.in
#.stamp/config.h.in: configure.in acconfig.h
# autoheader && touch .stamp/config.h.in

###############################################################################

Expand Down
8 changes: 4 additions & 4 deletions hfsutils/librsrc/Makefile.in
Expand Up @@ -101,11 +101,11 @@ Makefile: config.status
config.status: .stamp/configure .stamp/config.h.in Makefile.in
./config.status --recheck

.stamp/configure: configure.in
autoconf && touch .stamp/configure
#.stamp/configure: configure.in
# autoconf && touch .stamp/configure

.stamp/config.h.in: configure.in acconfig.h
autoheader && touch .stamp/config.h.in
#.stamp/config.h.in: configure.in acconfig.h
# autoheader && touch .stamp/config.h.in

###############################################################################

Expand Down

0 comments on commit 5cfae0a

Please sign in to comment.