summaryrefslogtreecommitdiff
path: root/libiberty/makefile.vms
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-05-15 17:42:58 -0600
committerJeff Law <law@gcc.gnu.org>1998-05-15 17:42:58 -0600
commit3affd5f0f4b9f9e7d3ecac2881604692ae52681e (patch)
treee6ad5341787fa143c7cb10c7384c960aecfa1ede /libiberty/makefile.vms
parentfe806bddb81ada7a8797cf387ff7c1427ed3d6bb (diff)
downloadgcc-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.vms4
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;