[10592] in Athena Bugs
athena/ucb/lpr/quota/Imakefile
daemon@ATHENA.MIT.EDU (brlewis@Athena.MIT.EDU)
Fri Jun 25 12:53:16 1993
From: brlewis@Athena.MIT.EDU
Date: Fri, 25 Jun 93 12:53:12 -0400
To: rel-eng@Athena.MIT.EDU, bugs@Athena.MIT.EDU
*** /tmp/,RCSt1a18593 Fri Jun 25 12:52:05 1993
--- athena/ucb/lpr/quota/Imakefile Fri Jun 4 16:40:48 1993
***************
*** 10,16 ****
--- 10,18 ----
*/
/* Define LOCAL_NCS if you are using an ncs tree routed at ./ncs */
+ #ifndef hpux
#define LOCAL_NCS
+ #endif
/*#define V1COMP */
***************
*** 174,180 ****
printcap.c:
rm -f printcap.c
! ln -s ../printcap.c
.idl.h:
$(NIDL) $*.idl $(NIDLOPTS)
--- 176,182 ----
printcap.c:
rm -f printcap.c
! ln -s ../printcap.c printcap.c
.idl.h:
$(NIDL) $*.idl $(NIDLOPTS)