summaryrefslogtreecommitdiffstats
path: root/libiberty/makefile.vms
diff options
context:
space:
mode:
authorgingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-02 15:33:29 +0000
committergingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-02 15:33:29 +0000
commit40e61a82d0fcb3dc5e145d7e559bd5c8d8ae3447 (patch)
tree76e6cf13e06bd314386238fdf27db76ff6b98e40 /libiberty/makefile.vms
parentaab1c61e9c1baa47b6d51d3d133b29640210c97f (diff)
downloadppe42-gcc-40e61a82d0fcb3dc5e145d7e559bd5c8d8ae3447.tar.gz
ppe42-gcc-40e61a82d0fcb3dc5e145d7e559bd5c8d8ae3447.zip
(Reflect changes from binutils):
2009-09-02 Tristan Gingold <gingold@adacore.com> * vmsbuild.com: Removed as unused and superceeded by makefile.vms. * makefile.vms: Ported to Itanium VMS. Remove useless targets and dependencies. Remove unused FORMAT variable. * configure.com: New file to create build.com DCL script for Itanium VMS or Alpha VMS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151333 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/makefile.vms')
-rw-r--r--libiberty/makefile.vms10
1 files changed, 3 insertions, 7 deletions
diff --git a/libiberty/makefile.vms b/libiberty/makefile.vms
index 2f45f69a2ae..d69d7d9efa2 100644
--- a/libiberty/makefile.vms
+++ b/libiberty/makefile.vms
@@ -1,5 +1,5 @@
#
-# Makefile for libiberty under openVMS/Alpha
+# Makefile for libiberty under openVMS
#
# For use with gnu-make for vms
#
@@ -13,7 +13,7 @@ OBJS=getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
concat.obj,getruntime.obj,getpagesize.obj,getpwd.obj,xstrerror.obj,\
xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
objalloc.obj,safe-ctype.obj,hashtab.obj,lbasename.obj,argv.obj,\
- lrealpath.obj,make-temp-file.obj,unlink-if-ordinary.obj
+ lrealpath.obj,make-temp-file.obj,stpcpy.obj,unlink-if-ordinary.obj
ifeq ($(CC),gcc)
CFLAGS=/include=([],[-.include])
@@ -25,15 +25,11 @@ CFLAGS=$(OPT)/include=([],[-.include])/name=(as_is,shortened)\
/prefix=(all,except=("getopt","optarg","optopt","optind","opterr"))
endif
-libiberty.olb: config.h $(OBJS)
+libiberty.olb: $(OBJS)
purge
lib/create libiberty *.obj
-config.h: config.h-vms
- $(CP) $< $@
-
clean:
$$ purge
- $(RM) config.h;
$(RM) *.obj;
$(RM) libiberty.olb;
OpenPOWER on IntegriCloud