Changeset 1052
- Timestamp:
- Jun 15, 2004, 11:48:46 AM (22 years ago)
- File:
-
- 1 edited
-
branches/rel1/psLib/src/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel1/psLib/src/Makefile
r1050 r1052 3 3 ## Makefile: psLib 4 4 ## 5 ## $Revision: 1.12.2. 1$ $Name: not supported by cvs2svn $6 ## $Date: 2004-06-15 21:4 6:21$5 ## $Revision: 1.12.2.2 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-06-15 21:48:46 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 124 124 $(libexecdir): 125 125 mkdir -p $(libexecdir) 126 127 # Rule to make man directory if needed128 129 $(mandir):130 mkdir -p $(mandir)131 126 132 $(mandir)/man3: $(mandir)133 mkdir -p $(mandir)/man3134 135 127 # Rule to make the installation directories if needed 136 128 137 installdirs: $(includedir) $(bindir) $(libexecdir) $(mandir)129 installdirs: $(includedir) $(bindir) $(libexecdir) 138 130 139 131 # Define PHONY target "install" to make the necessary directories for
Note:
See TracChangeset
for help on using the changeset viewer.
