diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-03-27 02:58:21 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-03-27 02:58:21 +0000 |
commit | 0f018784ec7ce24890dcedb120c109a5b2602044 (patch) | |
tree | 6012c5e4475c7ca300819cdbaff20e3c93b77e9c /graphics | |
parent | Add mime-support 3.21.1, MIME Media Types list. (diff) |
Fix a typo, we want to bring in INCLUDES, not INCLUDE.
PR: 50330
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Notes
Notes:
svn path=/head/; revision=77512
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/files/patch-lib::Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/netpbm/files/patch-lib::Makefile b/graphics/netpbm/files/patch-lib::Makefile index b9f275e825a8..95d954d6ec69 100644 --- a/graphics/netpbm/files/patch-lib::Makefile +++ b/graphics/netpbm/files/patch-lib::Makefile @@ -21,7 +21,7 @@ $(LIBOBJECTS): %.o: %.c $(HEADERLINKS) # Note that the user may have configured -I options into CFLAGS. -+ $(CC) -c $(INCLUDE) $(CFLAGS) $(CADD) -o $@ $< ++ $(CC) -c $(INCLUDES) $(CFLAGS) $(CADD) -o $@ $< + +$(SHLIBOBJECTS): %.lo: %.c $(HEADERLINKS) $(CC) -c $(INCLUDES) $(CFLAGS) $(CFLAGS_SHLIB) $(CADD) -o $@ $< |