18 lines
712 B
Plaintext
18 lines
712 B
Plaintext
$OpenBSD: patch-generate_unix_iasl_Makefile,v 1.1 2012/01/11 02:35:14 sthen Exp $
|
|
--- generate/unix/iasl/Makefile.orig Wed Jan 11 00:18:19 2012
|
|
+++ generate/unix/iasl/Makefile Wed Jan 11 00:18:33 2012
|
|
@@ -220,11 +220,11 @@ $(OBJDIR)/dtparserparse.c $(OBJDIR)/dtparserparse.h :
|
|
|
|
$(OBJDIR)/dtparser.y.h: $(OBJDIR)/dtparserparse.h
|
|
@echo Copy intermediate file:
|
|
- @cp -f -v $(OBJDIR)/dtparserparse.h $(OBJDIR)/dtparser.y.h
|
|
+ @cp -f $(OBJDIR)/dtparserparse.h $(OBJDIR)/dtparser.y.h
|
|
|
|
$(OBJDIR)/aslcompiler.y.h : $(OBJDIR)/aslcompilerparse.h
|
|
@echo Copy intermediate file:
|
|
- @cp -f -v $(OBJDIR)/aslcompilerparse.h $(OBJDIR)/aslcompiler.y.h
|
|
+ @cp -f $(OBJDIR)/aslcompilerparse.h $(OBJDIR)/aslcompiler.y.h
|
|
|
|
|
|
#
|