Skip to content

Instantly share code, notes, and snippets.

@kik
Created July 2, 2011 08:56
Show Gist options
  • Select an option

  • Save kik/1059873 to your computer and use it in GitHub Desktop.

Select an option

Save kik/1059873 to your computer and use it in GitHub Desktop.
F**king Debian. make command is completely broken
kik@icfpc-debian:~/tmp$ file /usr/share/ocamlmakefile/OCamlMakefile
/usr/share/ocamlmakefile/OCamlMakefile: ASCII English text
kik@icfpc-debian:~/tmp$ cat Makefile
include /usr/share/ocamlmakefile/OCamlMakefile
kik@icfpc-debian:~/tmp$ make
make[1]: Entering directory `/home/kik/tmp'
make[1]: OCamlMakefile: No such file or directory
make[1]: *** No rule to make target `OCamlMakefile'. Stop.
make[1]: Leaving directory `/home/kik/tmp'
make: *** [byte-code] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment