diff options
author | Eric Anholt <eric@anholt.net> | 2012-06-11 10:49:38 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2012-06-21 10:07:38 -0700 |
commit | 9ff2709ca571dcfe2f80746e638ad9d0687031fa (patch) | |
tree | efdacd55640e5c7a98e5ac14270fb1bb2dc8dd17 /Makefile.am | |
parent | 95836b46e77abfe5411922eb7cf71a18c028f42a (diff) |
automake: Directly generate configs/current instead of symlinking from it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9c9e9f6cff..8210fccd44 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,6 @@ clean-local: distclean-local: -rm -rf lib* -rm -f $(top_builddir)/configs/current - -rm -f $(top_builddir)/configs/autoconf -find . '(' -name '*.o' -o -name '*.a' -o -name '*.so' -o \ -name depend -o -name depend.bak ')' -exec rm -f '{}' ';' |