Commit 6cb23e5d3c7a9334ca96733bdf9dbca5e45fd7be

Authored by Perry Werneck
1 parent 3616f55e
Exists in master

Fixing .deb builds.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
debian/rules
... ... @@ -38,7 +38,7 @@ clean:
38 38 rm -f build-stamp
39 39  
40 40 # Add here commands to clean up after the build process.
41   - make clean
  41 + if [ -e Makefile ]; then make clean ; fi
42 42 # --- end custom part for cleaning up
43 43  
44 44 dh_clean
... ...