summaryrefslogtreecommitdiff
path: root/lib/Makefile.gcj
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-07-18 18:51:26 +0000
committerTom Tromey <tromey@redhat.com>2005-07-18 18:51:26 +0000
commit02810508ba71e8194800e0ecc84c06219bd1133c (patch)
tree79bb4dc7f32908c95eca5c64514e1c42c2caa72b /lib/Makefile.gcj
parentfe748842ff46db740401a10c666e30933e119706 (diff)
downloadclasspath-02810508ba71e8194800e0ecc84c06219bd1133c.tar.gz
* lib/Makefile.gcj (%.stamp): Added -MP.
Diffstat (limited to 'lib/Makefile.gcj')
-rw-r--r--lib/Makefile.gcj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.gcj b/lib/Makefile.gcj
index a9d520c73..815238f66 100644
--- a/lib/Makefile.gcj
+++ b/lib/Makefile.gcj
@@ -28,5 +28,5 @@ GCJF = $(GCJ) -Wno-deprecated --encoding=UTF-8 \
# make the target be the stamp file. This ensures that if a needed
# source is changed, this rule is re-run for the appropriate package.
%.stamp: %.list
- $(GCJF) -MD -MF ${@:.stamp=.deps} -MT $@ @$<
+ $(GCJF) -MD -MF ${@:.stamp=.deps} -MT $@ -MP @$<
echo timestamp > $@