summaryrefslogtreecommitdiff
path: root/cad/verilog/patches/patch-ab
blob: eed2d0e4991b201f563f5d5a29f3c2fe6df25b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$NetBSD: patch-ab,v 1.9 2010/02/01 02:19:35 joerg Exp $

--- tgt-vvp/Makefile.in.orig	2010-02-01 02:14:50.000000000 +0000
+++ tgt-vvp/Makefile.in
@@ -87,20 +87,20 @@ check: all
 install: all installdirs $(libdir)/ivl$(suffix)/vvp.tgt $(libdir)/ivl$(suffix)/vvp.conf $(libdir)/ivl$(suffix)/vvp-s.conf
 
 $(libdir)/ivl$(suffix)/vvp.tgt: ./vvp.tgt
-	$(INSTALL_PROGRAM) ./vvp.tgt $(DESTDIR)$(libdir)/ivl$(suffix)/vvp.tgt
+	$(INSTALL_PROGRAM) ./vvp.tgt $(libdir)/ivl$(suffix)/vvp.tgt
 
 $(libdir)/ivl$(suffix)/vvp.conf: vvp.conf
-	$(INSTALL_DATA) $< $(DESTDIR)$(libdir)/ivl$(suffix)/vvp.conf
+	$(INSTALL_DATA) $< $(libdir)/ivl$(suffix)/vvp.conf
 
 $(libdir)/ivl$(suffix)/vvp-s.conf: vvp-s.conf
-	$(INSTALL_DATA) $< $(DESTDIR)$(libdir)/ivl$(suffix)/vvp-s.conf
+	$(INSTALL_DATA) $< $(libdir)/ivl$(suffix)/vvp-s.conf
 
 
 installdirs: ../mkinstalldirs
-	$(srcdir)/../mkinstalldirs $(DESTDIR)$(libdir)/ivl$(suffix)
+	$(srcdir)/../mkinstalldirs $(libdir)/ivl$(suffix)
 
 uninstall:
-	rm -f $(DESTDIR)$(libdir)/ivl$(suffix)/vvp.tgt $(DESTDIR)$(libdir)/ivl$(suffix)/vvp.conf $(DESTDIR)$(libdir)/ivl$(suffix)/vvp-s.conf
+	rm -f $(libdir)/ivl$(suffix)/vvp.tgt $(libdir)/ivl$(suffix)/vvp.conf $(libdir)/ivl$(suffix)/vvp-s.conf
 
 
 -include $(patsubst %.o, dep/%.d, $O)