Path: utzoo!attcan!uunet!lll-winken!lll-crg.llnl.gov!casey From: casey@lll-crg.llnl.gov (Casey Leedom) Newsgroups: comp.windows.x Subject: Small bug in util/imake.includes/Imake.rules Message-ID: <14520@lll-winken.llnl.gov> Date: 9 Dec 88 19:31:31 GMT Sender: usenet@lll-winken.llnl.gov Reply-To: casey@lll-crg.llnl.gov (Casey Leedom) Organization: Lawrence Livermore National Laboratory Lines: 26 The imake rules file doesn't use the INSTBINFLAGS definition to install programs. This makes it impossible to do things like specify that you want your binaries stripped as they are installed. Casey ----- *** util/imake.includes/Imake.rules-dist Sun Oct 23 19:46:39 1988 --- util/imake.includes/Imake.rules Fri Dec 9 11:38:04 1988 *************** *** 157,163 **** */ #define InstallProgram(program,dest) @@\ install:: program @@\ ! $(INSTALL) -c $(INSTALLFLAGS) program dest /* * Install a program specifying the flags to use --- 157,163 ---- */ #define InstallProgram(program,dest) @@\ install:: program @@\ ! $(INSTALL) -c $(INSTBINFLAGS) program dest /* * Install a program specifying the flags to use