diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-05-15 17:42:58 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-05-15 17:42:58 -0600 |
commit | 3affd5f0f4b9f9e7d3ecac2881604692ae52681e (patch) | |
tree | e6ad5341787fa143c7cb10c7384c960aecfa1ede /libiberty/makefile.vms | |
parent | fe806bddb81ada7a8797cf387ff7c1427ed3d6bb (diff) | |
download | gcc-3affd5f0f4b9f9e7d3ecac2881604692ae52681e.tar.gz |
Update from Cygnus libiberty.
libiberty uses autoconf now.
From-SVN: r19791
Diffstat (limited to 'libiberty/makefile.vms')
-rw-r--r-- | libiberty/makefile.vms | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libiberty/makefile.vms b/libiberty/makefile.vms index 6f49ee1b1ea..b61b51290da 100644 --- a/libiberty/makefile.vms +++ b/libiberty/makefile.vms @@ -23,15 +23,11 @@ libiberty.olb: config.h alloca-conf.h $(OBJS) purge lib/create libiberty *.obj -alloca-conf.h: alloca-norm.h - $(CP) $< $@ - config.h: config.h-vms $(CP) $< $@ clean: $$ purge - $(RM) alloca-conf.h; $(RM) config.h; $(RM) *.obj; $(RM) libiberty.olb; |