Lines 11-17
Link Here
|
11 |
- $(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV) |
11 |
- $(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV) |
12 |
- mkinstalldirs $(prefix)/sounds |
12 |
- mkinstalldirs $(prefix)/sounds |
13 |
- mkinstalldirs $(prefix)/levels |
13 |
- mkinstalldirs $(prefix)/levels |
14 |
+ if [ "X$(SOUNDSRV)" != "X"]; then \ |
14 |
+ if [ "X$(SOUNDSRV)" != "X" ]; then \ |
15 |
+ $(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV); \ |
15 |
+ $(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV); \ |
16 |
+ fi |
16 |
+ fi |
17 |
+ ./mkinstalldirs $(prefix)/sounds |
17 |
+ ./mkinstalldirs $(prefix)/sounds |