diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:21 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:21 +0000 |
commit | 53da8d703e228f7107688aa38fe305a0ba8d91e4 (patch) | |
tree | 9709cca0fd63e5c6fc82fbfc0841a9bdc3216c26 /Makefile | |
parent | c7c1b0f62edbefb01efce67f64bd44397be36946 (diff) |
Fixed make woops
Author: jgg
Date: 1998-11-06 03:10:24 GMT
Fixed make woops
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,6 +23,6 @@ maintainer-clean dist-clean distclean pristine sanity: veryclean # The startup target builds the necessary configure scripts. It should # be used after a CVS checkout. CONVERTED=environment.mak include/config.h makefile -$(BUILD)/include/config.h: buildlib/config.h.in -$(BUILD)/environment.mak: buildlib/environment.mak.in +$(BUILDDIR)/include/config.h: buildlib/config.h.in +$(BUILDDIR)/environment.mak: buildlib/environment.mak.in include buildlib/configure.mak |