Add a missing /usr/X11R6/include to a Makefile as a patch.

This commit is contained in:
Andreas Schulz 1995-01-22 13:07:55 +00:00
parent bd078bf12a
commit 02d1f377c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=800

View File

@ -54,3 +54,22 @@
fprintf( out, "\n};\n" );
+ return 0;
}
*** src/ana11/Makefile.ORIG Fri Jan 15 20:47:47 1993
--- src/ana11/Makefile Sun Jan 22 13:57:51 1995
***************
*** 19,25 ****
LIBS =
! CDIRS = -I../include
CSW = -O
--- 19,25 ----
LIBS =
! CDIRS = -I../include -I/usr/X11R6/include
CSW = -O