diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-10-20 06:14:24 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-10-20 06:14:24 +0000 |
commit | 29b30a5ba4ffd54a9b07d677962aa606299e099e (patch) | |
tree | ca92b6abefbff9bcff2f52b37f6c4df1f13c5072 /xserver/hw | |
parent | c0a32bd442164ee372122fc71601399dc6ad5c47 (diff) |
OpenBSD's make now supports -include. So reduce diff with upstreams.
ok kettenis@ espie@
Diffstat (limited to 'xserver/hw')
-rw-r--r-- | xserver/hw/xfree86/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/hw/xfree86/Makefile.am b/xserver/hw/xfree86/Makefile.am index 58d197e31..c5992c372 100644 --- a/xserver/hw/xfree86/Makefile.am +++ b/xserver/hw/xfree86/Makefile.am @@ -138,7 +138,7 @@ sdksyms.dep sdksyms.c: sdksyms.sh $(AM_V_GEN)CPP='$(CPP)' AWK='$(AWK)' $(SHELL) $(srcdir)/sdksyms.sh $(top_srcdir) $(CFLAGS) $(AM_CFLAGS) $(AM_CPPFLAGS) SDKSYMS_DEP = sdksyms.dep -include $(SDKSYMS_DEP) +-include $(SDKSYMS_DEP) i2c/libi2c.la: $(AM_V_at)cd i2c && $(MAKE) libi2c.la |