blob: 34d6197572fc497bdf2cec8c6c886c9966927128 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- ccp4-5.99.5.orig/x-windows/Makefile.in 2006-01-06 12:31:02.000000000 -0800
+++ ccp4-5.99.5/x-windows/Makefile.in 2006-01-06 12:31:30.000000000 -0800
@@ -158,6 +158,7 @@
install_obj = ipdisp.exe hklview xdldataman xdlmapman \
rotgen ipmosflm
install: all
+ mkdir -p $(bindir)
$(INSTALL_PROGRAM) $(srcdir)/ipdisp.exe $(bindir)
$(INSTALL_PROGRAM) $(srcdir)/ipdisp/ipdisp $(bindir)
$(INSTALL_PROGRAM) $(srcdir)/hklview $(bindir)
|